Click or drag to resize

UserSettingListItem Property (UserSettingName)

Gets the value associated with the name.

Namespace:  Independentsoft.Exchange.Autodiscover
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public UserSetting this[
	UserSettingName userSettingName
] { get; }

Parameters

userSettingName
Type: Independentsoft.Exchange.AutodiscoverUserSettingName

Return Value

Type: UserSetting
The UserSetting object.
See Also